Object ProImm

Function ProImmParamsFree


Description
Frees the handle of a ImmParam
Synopsis
#include <ProImm.h>
ProErrorProImmParamsFree(
ProImmParams* immparams
/* (In)
Pointer to the ImmParam handle
*/
)
Returns
PRO_TK_NO_ERRORThe handle is successfully freed;
PRO_TK_BAD_INPUTSCan not free the handle

Sample Code References:

  1. pt_examples ( TestImm.c )
  2. pt_examples ( TestImm.c )
  3. pt_examples ( TestImm.c )